Html Css Color HEX #BBB27A Ecru

📋 copy color: '#BBB27A'

red 187 ◦ green 178 ◦ blue 122

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

Shades of Ecru #BBB27A

Tints of Ecru #BBB27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.05%

R = 38.4%
G = 36.55%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BBB27A (or 0xBBB27A) is known color: Ecru. HEX triplet: BB, B2 and 7A. RGB value is (187,178,122). Sum of RGB (Red+Green+Blue) = 187+178+122=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB27A is #444D85. Grayscale: #AEAEAE. Windows color (decimal): -4476294 or 8041147. OLE color: 8041147.

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

Color convert

RGB 187 178 122 -
CMYK 0 0.05 0.35 0.27
HSL 51.69º 0.32% 0.61% -
HSV(B) 51.69º 0.35% 0.73% -
XYZ 39.93 43.81 24.76 -
YUV 174.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 187 178 122 0 0.05 0.35 0.27 51.69 0.32 0.61
Hex BB B2 7A 0 5 23 1B 34 20 3D
Octal 273 262 172 0 5 43 33 64 40 75
Binary 10111011 10110010 1111010 0 101 100011 11011 110100 100000 111101

Color Harmonies of #BBB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB27A

Black with #BBB27A

Text Example


Text Example

White with #BBB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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