Html Css Color HEX #B9A27B Pavlova

📋 copy color: '#B9A27B'

red 185 ◦ green 162 ◦ blue 123

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

Shades of Pavlova #B9A27B

Tints of Pavlova #B9A27B

RGB

 RED value IS 185 (72.66% from 255) = 39.36%

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 123 (48.44% from 255) = 26.17%

R = 39.36%
G = 34.47%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9A27B (or 0xB9A27B) is known color: Pavlova. HEX triplet: B9, A2 and 7B. RGB value is (185,162,123). Sum of RGB (Red+Green+Blue) = 185+162+123=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A27B is #465D84. Grayscale: #A4A4A4. Windows color (decimal): -4611461 or 8102585. OLE color: 8102585.

HSL color Cylindrical-coordinate representation of color #B9A27B: hue angle of 37.74º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9A27B is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 123 -
CMYK 0 0.12 0.34 0.27
HSL 37.74º 0.31% 0.6% -
HSV(B) 37.74º 0.34% 0.73% -
XYZ 36.5 37.59 24.07 -
YUV 164.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 185 162 123 0 0.12 0.34 0.27 37.74 0.31 0.6
Hex B9 A2 7B 0 C 22 1B 26 1F 3C
Octal 271 242 173 0 14 42 33 46 37 74
Binary 10111001 10100010 1111011 0 1100 100010 11011 100110 11111 111100

Color Harmonies of #B9A27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A27B

Black with #B9A27B

Text Example


Text Example

White with #B9A27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A27B; }

 p { color: rgb(185,162,123); }

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

background-color css

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

 a { background-color: rgb(185,162,123); }

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

border-color css

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

 span { border-color: rgb(185,162,123); }

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