Html Css Color HEX #BBA77E Pavlova

📋 copy color: '#BBA77E'

red 187 ◦ green 167 ◦ blue 126

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

Shades of Pavlova #BBA77E

Tints of Pavlova #BBA77E

RGB

 RED value IS 187 (73.44% from 255) = 38.96%

 GREEN value IS 167 (65.63% from 255) = 34.79%

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

R = 38.96%
G = 34.79%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBA77E (or 0xBBA77E) is known color: Pavlova. HEX triplet: BB, A7 and 7E. RGB value is (187,167,126). Sum of RGB (Red+Green+Blue) = 187+167+126=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA77E is #445881. Grayscale: #A8A8A8. Windows color (decimal): -4479106 or 8300475. OLE color: 8300475.

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

Color convert

RGB 187 167 126 -
CMYK 0 0.11 0.33 0.27
HSL 40.33º 0.31% 0.61% -
HSV(B) 40.33º 0.33% 0.73% -
XYZ 38.08 39.71 25.4 -
YUV 168.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 187 167 126 0 0.11 0.33 0.27 40.33 0.31 0.61
Hex BB A7 7E 0 B 21 1B 28 1F 3D
Octal 273 247 176 0 13 41 33 50 37 75
Binary 10111011 10100111 1111110 0 1011 100001 11011 101000 11111 111101

Color Harmonies of #BBA77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA77E

Black with #BBA77E

Text Example


Text Example

White with #BBA77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA77E; }

 p { color: rgb(187,167,126); }

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

background-color css

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

 a { background-color: rgb(187,167,126); }

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

border-color css

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

 span { border-color: rgb(187,167,126); }

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