Html Css Color HEX #BDA67E Pavlova

📋 copy color: '#BDA67E'

red 189 ◦ green 166 ◦ blue 126

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

Shades of Pavlova #BDA67E

Tints of Pavlova #BDA67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.2%

R = 39.29%
G = 34.51%
B = 26.2%

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

#BDA67E (or 0xBDA67E) is known color: Pavlova. HEX triplet: BD, A6 and 7E. RGB value is (189,166,126). Sum of RGB (Red+Green+Blue) = 189+166+126=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA67E is #425981. Grayscale: #A8A8A8. Windows color (decimal): -4348290 or 8300221. OLE color: 8300221.

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

Color convert

RGB 189 166 126 -
CMYK 0 0.12 0.33 0.26
HSL 38.1º 0.32% 0.62% -
HSV(B) 38.1º 0.33% 0.74% -
XYZ 38.39 39.6 25.36 -
YUV 168.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 189 166 126 0 0.12 0.33 0.26 38.1 0.32 0.62
Hex BD A6 7E 0 C 21 1A 26 20 3E
Octal 275 246 176 0 14 41 32 46 40 76
Binary 10111101 10100110 1111110 0 1100 100001 11010 100110 100000 111110

Color Harmonies of #BDA67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA67E

Black with #BDA67E

Text Example


Text Example

White with #BDA67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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