Html Css Color HEX #BDA67F Pavlova

📋 copy color: '#BDA67F'

red 189 ◦ green 166 ◦ blue 127

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

Shades of Pavlova #BDA67F

Tints of Pavlova #BDA67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.44%

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

R = 39.21%
G = 34.44%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDA67F (or 0xBDA67F) is known color: Pavlova. HEX triplet: BD, A6 and 7F. RGB value is (189,166,127). Sum of RGB (Red+Green+Blue) = 189+166+127=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA67F is #425980. Grayscale: #A8A8A8. Windows color (decimal): -4348289 or 8365757. OLE color: 8365757.

HSL color Cylindrical-coordinate representation of color #BDA67F: hue angle of 37.74º 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 #BDA67F is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 127 -
CMYK 0 0.12 0.33 0.26
HSL 37.74º 0.32% 0.62% -
HSV(B) 37.74º 0.33% 0.74% -
XYZ 38.45 39.62 25.7 -
YUV 168.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 189 166 127 0 0.12 0.33 0.26 37.74 0.32 0.62
Hex BD A6 7F 0 C 21 1A 26 20 3E
Octal 275 246 177 0 14 41 32 46 40 76
Binary 10111101 10100110 1111111 0 1100 100001 11010 100110 100000 111110

Color Harmonies of #BDA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA67F

Black with #BDA67F

Text Example


Text Example

White with #BDA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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