Html Css Color HEX #BBB27E Ecru

📋 copy color: '#BBB27E'

red 187 ◦ green 178 ◦ blue 126

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

Shades of Ecru #BBB27E

Tints of Ecru #BBB27E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.25%

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

R = 38.09%
G = 36.25%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBB27E (or 0xBBB27E) is known color: Ecru. HEX triplet: BB, B2 and 7E. RGB value is (187,178,126). Sum of RGB (Red+Green+Blue) = 187+178+126=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB27E is #444D81. Grayscale: #AEAEAE. Windows color (decimal): -4476290 or 8303291. OLE color: 8303291.

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

Color convert

RGB 187 178 126 -
CMYK 0 0.05 0.33 0.27
HSL 51.15º 0.31% 0.61% -
HSV(B) 51.15º 0.33% 0.73% -
XYZ 40.18 43.91 26.1 -
YUV 174.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 187 178 126 0 0.05 0.33 0.27 51.15 0.31 0.61
Hex BB B2 7E 0 5 21 1B 33 1F 3D
Octal 273 262 176 0 5 41 33 63 37 75
Binary 10111011 10110010 1111110 0 101 100001 11011 110011 11111 111101

Color Harmonies of #BBB27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB27E

Black with #BBB27E

Text Example


Text Example

White with #BBB27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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