Html Css Color HEX #BBB07B Ecru

📋 copy color: '#BBB07B'

red 187 ◦ green 176 ◦ blue 123

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

Shades of Ecru #BBB07B

Tints of Ecru #BBB07B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

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

R = 38.48%
G = 36.21%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBB07B (or 0xBBB07B) is known color: Ecru. HEX triplet: BB, B0 and 7B. RGB value is (187,176,123). Sum of RGB (Red+Green+Blue) = 187+176+123=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB07B is #444F84. Grayscale: #ADADAD. Windows color (decimal): -4476805 or 8106171. OLE color: 8106171.

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

Color convert

RGB 187 176 123 -
CMYK 0 0.06 0.34 0.27
HSL 49.69º 0.32% 0.61% -
HSV(B) 49.69º 0.34% 0.73% -
XYZ 39.59 43.05 24.96 -
YUV 173.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 187 176 123 0 0.06 0.34 0.27 49.69 0.32 0.61
Hex BB B0 7B 0 6 22 1B 32 20 3D
Octal 273 260 173 0 6 42 33 62 40 75
Binary 10111011 10110000 1111011 0 110 100010 11011 110010 100000 111101

Color Harmonies of #BBB07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB07B

Black with #BBB07B

Text Example


Text Example

White with #BBB07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB07B; }

 p { color: rgb(187,176,123); }

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

background-color css

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

 a { background-color: rgb(187,176,123); }

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

border-color css

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

 span { border-color: rgb(187,176,123); }

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