Html Css Color HEX #BB8430 Geebung

📋 copy color: '#BB8430'

red 187 ◦ green 132 ◦ blue 48

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

Shades of Geebung #BB8430

Tints of Geebung #BB8430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.08%

R = 50.95%
G = 35.97%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB8430 (or 0xBB8430) is known color: Geebung. HEX triplet: BB, 84 and 30. RGB value is (187,132,48). Sum of RGB (Red+Green+Blue) = 187+132+48=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8430 is #447BCF. Grayscale: #8B8B8B. Windows color (decimal): -4488144 or 3179707. OLE color: 3179707.

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

Color convert

RGB 187 132 48 -
CMYK 0 0.29 0.74 0.27
HSL 36.26º 0.59% 0.46% -
HSV(B) 36.26º 0.74% 0.73% -
XYZ 29.28 27.28 6.52 -
YUV 138.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 187 132 48 0 0.29 0.74 0.27 36.26 0.59 0.46
Hex BB 84 30 0 1D 4A 1B 24 3B 2E
Octal 273 204 60 0 35 112 33 44 73 56
Binary 10111011 10000100 110000 0 11101 1001010 11011 100100 111011 101110

Color Harmonies of #BB8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8430

Black with #BB8430

Text Example


Text Example

White with #BB8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8430; }

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

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

background-color css

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

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

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

border-color css

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

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

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