Html Css Color HEX #BBB68A Coriander

📋 copy color: '#BBB68A'

red 187 ◦ green 182 ◦ blue 138

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

Shades of Coriander #BBB68A

Tints of Coriander #BBB68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 36.88%
G = 35.9%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBB68A (or 0xBBB68A) is known color: Coriander. HEX triplet: BB, B6 and 8A. RGB value is (187,182,138). Sum of RGB (Red+Green+Blue) = 187+182+138=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB68A is #444975. Grayscale: #B2B2B2. Windows color (decimal): -4475254 or 9090747. OLE color: 9090747.

HSL color Cylindrical-coordinate representation of color #BBB68A: hue angle of 53.88º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB68A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 138 -
CMYK 0 0.03 0.26 0.27
HSL 53.88º 0.26% 0.64% -
HSV(B) 53.88º 0.26% 0.73% -
XYZ 41.81 45.86 30.69 -
YUV 178.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 187 182 138 0 0.03 0.26 0.27 53.88 0.26 0.64
Hex BB B6 8A 0 3 1A 1B 36 1A 40
Octal 273 266 212 0 3 32 33 66 32 100
Binary 10111011 10110110 10001010 0 11 11010 11011 110110 11010 1000000

Color Harmonies of #BBB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB68A

Black with #BBB68A

Text Example


Text Example

White with #BBB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB68A; }

 p { color: rgb(187,182,138); }

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

background-color css

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

 a { background-color: rgb(187,182,138); }

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

border-color css

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

 span { border-color: rgb(187,182,138); }

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