Html Css Color HEX #BC8525 Geebung

📋 copy color: '#BC8525'

red 188 ◦ green 133 ◦ blue 37

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

Shades of Geebung #BC8525

Tints of Geebung #BC8525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

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

R = 52.51%
G = 37.15%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8525 (or 0xBC8525) is known color: Geebung. HEX triplet: BC, 85 and 25. RGB value is (188,133,37). Sum of RGB (Red+Green+Blue) = 188+133+37=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8525 is #437ADA. Grayscale: #8A8A8A. Windows color (decimal): -4422363 or 2459068. OLE color: 2459068.

HSL color Cylindrical-coordinate representation of color #BC8525: hue angle of 38.15º 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 #BC8525 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 37 -
CMYK 0 0.29 0.80 0.26
HSL 38.15º 0.67% 0.44% -
HSV(B) 38.15º 0.8% 0.74% -
XYZ 29.46 27.6 5.52 -
YUV 138.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 188 133 37 0 0.29 0.80 0.26 38.15 0.67 0.44
Hex BC 85 25 0 1D 50 1A 26 43 2C
Octal 274 205 45 0 35 120 32 46 103 54
Binary 10111100 10000101 100101 0 11101 1010000 11010 100110 1000011 101100

Color Harmonies of #BC8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8525

Black with #BC8525

Text Example


Text Example

White with #BC8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8525; }

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

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

background-color css

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

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

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

border-color css

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

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

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