Html Css Color HEX #BBB27D Ecru

📋 copy color: '#BBB27D'

red 187 ◦ green 178 ◦ blue 125

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

Shades of Ecru #BBB27D

Tints of Ecru #BBB27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 38.16%
G = 36.33%
B = 25.51%

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

#BBB27D (or 0xBBB27D) is known color: Ecru. HEX triplet: BB, B2 and 7D. RGB value is (187,178,125). Sum of RGB (Red+Green+Blue) = 187+178+125=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB27D is #444D82. Grayscale: #AEAEAE. Windows color (decimal): -4476291 or 8237755. OLE color: 8237755.

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

Color convert

RGB 187 178 125 -
CMYK 0 0.05 0.33 0.27
HSL 51.29º 0.31% 0.61% -
HSV(B) 51.29º 0.33% 0.73% -
XYZ 40.12 43.89 25.76 -
YUV 174.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 187 178 125 0 0.05 0.33 0.27 51.29 0.31 0.61
Hex BB B2 7D 0 5 21 1B 33 1F 3D
Octal 273 262 175 0 5 41 33 63 37 75
Binary 10111011 10110010 1111101 0 101 100001 11011 110011 11111 111101

Color Harmonies of #BBB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB27D

Black with #BBB27D

Text Example


Text Example

White with #BBB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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