Html Css Color HEX #BDAF85 Pavlova

📋 copy color: '#BDAF85'

red 189 ◦ green 175 ◦ blue 133

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

Shades of Pavlova #BDAF85

Tints of Pavlova #BDAF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.76%

R = 38.03%
G = 35.21%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDAF85 (or 0xBDAF85) is known color: Pavlova. HEX triplet: BD, AF and 85. RGB value is (189,175,133). Sum of RGB (Red+Green+Blue) = 189+175+133=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF85 is #42507A. Grayscale: #AEAEAE. Windows color (decimal): -4345979 or 8761277. OLE color: 8761277.

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

Color convert

RGB 189 175 133 -
CMYK 0 0.07 0.30 0.26
HSL 45º 0.3% 0.63% -
HSV(B) 45º 0.3% 0.74% -
XYZ 40.55 43.17 28.39 -
YUV 174.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 189 175 133 0 0.07 0.30 0.26 45 0.3 0.63
Hex BD AF 85 0 7 1E 1A 2D 1E 3F
Octal 275 257 205 0 7 36 32 55 36 77
Binary 10111101 10101111 10000101 0 111 11110 11010 101101 11110 111111

Color Harmonies of #BDAF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF85

Black with #BDAF85

Text Example


Text Example

White with #BDAF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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