Html Css Color HEX #B4A27B Pavlova

📋 copy color: '#B4A27B'

red 180 ◦ green 162 ◦ blue 123

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

Shades of Pavlova #B4A27B

Tints of Pavlova #B4A27B

RGB

 RED value IS 180 (70.7% from 255) = 38.71%

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

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

R = 38.71%
G = 34.84%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4A27B (or 0xB4A27B) is known color: Pavlova. HEX triplet: B4, A2 and 7B. RGB value is (180,162,123). Sum of RGB (Red+Green+Blue) = 180+162+123=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A27B is #4B5D84. Grayscale: #A3A3A3. Windows color (decimal): -4939141 or 8102580. OLE color: 8102580.

HSL color Cylindrical-coordinate representation of color #B4A27B: hue angle of 41.05º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4A27B is Cyan = 0, Magento = 0.1, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 162 123 -
CMYK 0 0.1 0.32 0.29
HSL 41.05º 0.28% 0.59% -
HSV(B) 41.05º 0.32% 0.71% -
XYZ 35.32 36.97 24.01 -
YUV 162.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 180 162 123 0 0.1 0.32 0.29 41.05 0.28 0.59
Hex B4 A2 7B 0 A 20 1D 29 1C 3B
Octal 264 242 173 0 12 40 35 51 34 73
Binary 10110100 10100010 1111011 0 1010 100000 11101 101001 11100 111011

Color Harmonies of #B4A27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A27B

Black with #B4A27B

Text Example


Text Example

White with #B4A27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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