Html Css Color HEX #BB8429 Geebung

📋 copy color: '#BB8429'

red 187 ◦ green 132 ◦ blue 41

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

Shades of Geebung #BB8429

Tints of Geebung #BB8429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.39%

R = 51.94%
G = 36.67%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB8429 (or 0xBB8429) is known color: Geebung. HEX triplet: BB, 84 and 29. RGB value is (187,132,41). Sum of RGB (Red+Green+Blue) = 187+132+41=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8429 is #447BD6. Grayscale: #8A8A8A. Windows color (decimal): -4488151 or 2720955. OLE color: 2720955.

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

Color convert

RGB 187 132 41 -
CMYK 0 0.29 0.78 0.27
HSL 37.4º 0.64% 0.45% -
HSV(B) 37.4º 0.78% 0.73% -
XYZ 29.15 27.23 5.82 -
YUV 138.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 187 132 41 0 0.29 0.78 0.27 37.4 0.64 0.45
Hex BB 84 29 0 1D 4E 1B 25 40 2D
Octal 273 204 51 0 35 116 33 45 100 55
Binary 10111011 10000100 101001 0 11101 1001110 11011 100101 1000000 101101

Color Harmonies of #BB8429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8429

Black with #BB8429

Text Example


Text Example

White with #BB8429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8429; }

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

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

background-color css

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

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

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

border-color css

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

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

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