Html Css Color HEX #BDAF91 Akaroa

📋 copy color: '#BDAF91'

red 189 ◦ green 175 ◦ blue 145

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

Shades of Akaroa #BDAF91

Tints of Akaroa #BDAF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.49%

R = 37.13%
G = 34.38%
B = 28.49%

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

#BDAF91 (or 0xBDAF91) is known color: Akaroa. HEX triplet: BD, AF and 91. RGB value is (189,175,145). Sum of RGB (Red+Green+Blue) = 189+175+145=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF91 is #42506E. Grayscale: #AFAFAF. Windows color (decimal): -4345967 or 9547709. OLE color: 9547709.

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

Color convert

RGB 189 175 145 -
CMYK 0 0.07 0.23 0.26
HSL 40.91º 0.25% 0.65% -
HSV(B) 40.91º 0.23% 0.74% -
XYZ 41.43 43.52 33.01 -
YUV 175.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 189 175 145 0 0.07 0.23 0.26 40.91 0.25 0.65
Hex BD AF 91 0 7 17 1A 29 19 41
Octal 275 257 221 0 7 27 32 51 31 101
Binary 10111101 10101111 10010001 0 111 10111 11010 101001 11001 1000001

Color Harmonies of #BDAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF91

Black with #BDAF91

Text Example


Text Example

White with #BDAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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