Html Css Color HEX #BDAF92 Akaroa

📋 copy color: '#BDAF92'

red 189 ◦ green 175 ◦ blue 146

#BDAF92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #BDAF92

Tints of Akaroa #BDAF92

RGB

 RED value IS 189 (74.22% from 255) = 37.06%

 GREEN value IS 175 (68.75% from 255) = 34.31%

 BLUE value IS 146 (57.42% from 255) = 28.63%

R = 37.06%
G = 34.31%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDAF92 (or 0xBDAF92) is known color: Akaroa. HEX triplet: BD, AF and 92. RGB value is (189,175,146). Sum of RGB (Red+Green+Blue) = 189+175+146=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF92 is #42506D. Grayscale: #B0B0B0. Windows color (decimal): -4345966 or 9613245. OLE color: 9613245.

HSL color Cylindrical-coordinate representation of color #BDAF92: hue angle of 40.47º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDAF92 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 146 -
CMYK 0 0.07 0.23 0.26
HSL 40.47º 0.25% 0.66% -
HSV(B) 40.47º 0.23% 0.74% -
XYZ 41.5 43.55 33.41 -
YUV 175.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 189 175 146 0 0.07 0.23 0.26 40.47 0.25 0.66
Hex BD AF 92 0 7 17 1A 28 19 42
Octal 275 257 222 0 7 27 32 50 31 102
Binary 10111101 10101111 10010010 0 111 10111 11010 101000 11001 1000010

Color Harmonies of #BDAF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF92

Black with #BDAF92

Text Example


Text Example

White with #BDAF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF92; }

 p { color: rgb(189,175,146); }

 H1.HeaderClassName
 {
   color: #BDAF92;
 }
 .AnyTagClassName
 {
   color: #BDAF92;
 }
</style>

background-color css

<style>
 a { background-color: #BDAF92; }

 a { background-color: rgb(189,175,146); }

 div.DivClassName
 {
   background-color: #BDAF92;
 }
 .BgClassName
 {
   background-color: #BDAF92;
 }
</style>

border-color css

<style>
 span { border-color: #BDAF92; }

 span { border-color: rgb(189,175,146); }

 td.TdClassName
 {
   border-color: #BDAF92;
 }
 .TagClassName
 {
   border-color: #BDAF92;
 }
</style>