Html Css Color HEX #BB965D Barley Corn

📋 copy color: '#BB965D'

red 187 ◦ green 150 ◦ blue 93

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

Shades of Barley Corn #BB965D

Tints of Barley Corn #BB965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 43.49%
G = 34.88%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB965D (or 0xBB965D) is known color: Barley Corn. HEX triplet: BB, 96 and 5D. RGB value is (187,150,93). Sum of RGB (Red+Green+Blue) = 187+150+93=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB965D is #4469A2. Grayscale: #9A9A9A. Windows color (decimal): -4483491 or 6133435. OLE color: 6133435.

HSL color Cylindrical-coordinate representation of color #BB965D: hue angle of 36.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB965D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 150 93 -
CMYK 0 0.20 0.50 0.27
HSL 36.38º 0.41% 0.55% -
HSV(B) 36.38º 0.5% 0.73% -
XYZ 33.38 33.17 15 -
YUV 154.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 187 150 93 0 0.20 0.50 0.27 36.38 0.41 0.55
Hex BB 96 5D 0 14 32 1B 24 29 37
Octal 273 226 135 0 24 62 33 44 51 67
Binary 10111011 10010110 1011101 0 10100 110010 11011 100100 101001 110111

Color Harmonies of #BB965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB965D

Black with #BB965D

Text Example


Text Example

White with #BB965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB965D; }

 p { color: rgb(187,150,93); }

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

background-color css

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

 a { background-color: rgb(187,150,93); }

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

border-color css

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

 span { border-color: rgb(187,150,93); }

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