Html Css Color HEX #BDAB7F Pavlova

📋 copy color: '#BDAB7F'

red 189 ◦ green 171 ◦ blue 127

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

Shades of Pavlova #BDAB7F

Tints of Pavlova #BDAB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.11%

 BLUE value IS 127 (50% from 255) = 26.08%

R = 38.81%
G = 35.11%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDAB7F (or 0xBDAB7F) is known color: Pavlova. HEX triplet: BD, AB and 7F. RGB value is (189,171,127). Sum of RGB (Red+Green+Blue) = 189+171+127=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB7F is #425480. Grayscale: #ABABAB. Windows color (decimal): -4347009 or 8367037. OLE color: 8367037.

HSL color Cylindrical-coordinate representation of color #BDAB7F: hue angle of 42.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDAB7F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 171 127 -
CMYK 0 0.10 0.33 0.26
HSL 42.58º 0.32% 0.62% -
HSV(B) 42.58º 0.33% 0.74% -
XYZ 39.38 41.48 26.01 -
YUV 171.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 189 171 127 0 0.10 0.33 0.26 42.58 0.32 0.62
Hex BD AB 7F 0 A 21 1A 2B 20 3E
Octal 275 253 177 0 12 41 32 53 40 76
Binary 10111101 10101011 1111111 0 1010 100001 11010 101011 100000 111110

Color Harmonies of #BDAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB7F

Black with #BDAB7F

Text Example


Text Example

White with #BDAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB7F; }

 p { color: rgb(189,171,127); }

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

background-color css

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

 a { background-color: rgb(189,171,127); }

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

border-color css

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

 span { border-color: rgb(189,171,127); }

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