Html Css Color HEX #BB842C Geebung

📋 copy color: '#BB842C'

red 187 ◦ green 132 ◦ blue 44

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

Shades of Geebung #BB842C

Tints of Geebung #BB842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 51.52%
G = 36.36%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB842C (or 0xBB842C) is known color: Geebung. HEX triplet: BB, 84 and 2C. RGB value is (187,132,44). Sum of RGB (Red+Green+Blue) = 187+132+44=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB842C is #447BD3. Grayscale: #8A8A8A. Windows color (decimal): -4488148 or 2917563. OLE color: 2917563.

HSL color Cylindrical-coordinate representation of color #BB842C: hue angle of 36.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB842C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 44 -
CMYK 0 0.29 0.76 0.27
HSL 36.92º 0.62% 0.45% -
HSV(B) 36.92º 0.76% 0.73% -
XYZ 29.2 27.25 6.1 -
YUV 138.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 187 132 44 0 0.29 0.76 0.27 36.92 0.62 0.45
Hex BB 84 2C 0 1D 4C 1B 25 3E 2D
Octal 273 204 54 0 35 114 33 45 76 55
Binary 10111011 10000100 101100 0 11101 1001100 11011 100101 111110 101101

Color Harmonies of #BB842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB842C

Black with #BB842C

Text Example


Text Example

White with #BB842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB842C; }

 p { color: rgb(187,132,44); }

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

background-color css

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

 a { background-color: rgb(187,132,44); }

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

border-color css

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

 span { border-color: rgb(187,132,44); }

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