Html Css Color HEX #BC8432 Geebung

📋 copy color: '#BC8432'

red 188 ◦ green 132 ◦ blue 50

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

Shades of Geebung #BC8432

Tints of Geebung #BC8432

RGB

 RED value IS 188 (73.83% from 255) = 50.81%

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

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 50.81%
G = 35.68%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC8432 (or 0xBC8432) is known color: Geebung. HEX triplet: BC, 84 and 32. RGB value is (188,132,50). Sum of RGB (Red+Green+Blue) = 188+132+50=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8432 is #437BCD. Grayscale: #8B8B8B. Windows color (decimal): -4422606 or 3310780. OLE color: 3310780.

HSL color Cylindrical-coordinate representation of color #BC8432: hue angle of 35.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC8432 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 50 -
CMYK 0 0.30 0.73 0.26
HSL 35.65º 0.58% 0.47% -
HSV(B) 35.65º 0.73% 0.74% -
XYZ 29.57 27.42 6.75 -
YUV 139.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 188 132 50 0 0.30 0.73 0.26 35.65 0.58 0.47
Hex BC 84 32 0 1E 49 1A 24 3A 2F
Octal 274 204 62 0 36 111 32 44 72 57
Binary 10111100 10000100 110010 0 11110 1001001 11010 100100 111010 101111

Color Harmonies of #BC8432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8432

Black with #BC8432

Text Example


Text Example

White with #BC8432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8432; }

 p { color: rgb(188,132,50); }

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

background-color css

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

 a { background-color: rgb(188,132,50); }

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

border-color css

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

 span { border-color: rgb(188,132,50); }

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