Html Css Color HEX #BDAF89 Pavlova

📋 copy color: '#BDAF89'

red 189 ◦ green 175 ◦ blue 137

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

Shades of Pavlova #BDAF89

Tints of Pavlova #BDAF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.35%

R = 37.72%
G = 34.93%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDAF89 (or 0xBDAF89) is known color: Pavlova. HEX triplet: BD, AF and 89. RGB value is (189,175,137). Sum of RGB (Red+Green+Blue) = 189+175+137=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF89 is #425076. Grayscale: #AFAFAF. Windows color (decimal): -4345975 or 9023421. OLE color: 9023421.

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

Color convert

RGB 189 175 137 -
CMYK 0 0.07 0.28 0.26
HSL 43.85º 0.28% 0.64% -
HSV(B) 43.85º 0.28% 0.74% -
XYZ 40.83 43.28 29.87 -
YUV 174.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 189 175 137 0 0.07 0.28 0.26 43.85 0.28 0.64
Hex BD AF 89 0 7 1C 1A 2C 1C 40
Octal 275 257 211 0 7 34 32 54 34 100
Binary 10111101 10101111 10001001 0 111 11100 11010 101100 11100 1000000

Color Harmonies of #BDAF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF89

Black with #BDAF89

Text Example


Text Example

White with #BDAF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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