Html Css Color HEX #BC8325 Geebung

📋 copy color: '#BC8325'

red 188 ◦ green 131 ◦ blue 37

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

Shades of Geebung #BC8325

Tints of Geebung #BC8325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 37 (14.84% from 255) = 10.39%

R = 52.81%
G = 36.8%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8325 (or 0xBC8325) is known color: Geebung. HEX triplet: BC, 83 and 25. RGB value is (188,131,37). Sum of RGB (Red+Green+Blue) = 188+131+37=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8325 is #437CDA. Grayscale: #898989. Windows color (decimal): -4422875 or 2458556. OLE color: 2458556.

HSL color Cylindrical-coordinate representation of color #BC8325: hue angle of 37.35º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC8325 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 37 -
CMYK 0 0.30 0.80 0.26
HSL 37.35º 0.67% 0.44% -
HSV(B) 37.35º 0.8% 0.74% -
XYZ 29.19 27.06 5.43 -
YUV 137.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 188 131 37 0 0.30 0.80 0.26 37.35 0.67 0.44
Hex BC 83 25 0 1E 50 1A 25 43 2C
Octal 274 203 45 0 36 120 32 45 103 54
Binary 10111100 10000011 100101 0 11110 1010000 11010 100101 1000011 101100

Color Harmonies of #BC8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8325

Black with #BC8325

Text Example


Text Example

White with #BC8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8325; }

 p { color: rgb(188,131,37); }

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

background-color css

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

 a { background-color: rgb(188,131,37); }

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

border-color css

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

 span { border-color: rgb(188,131,37); }

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