Html Css Color HEX #BC8425 Geebung

📋 copy color: '#BC8425'

red 188 ◦ green 132 ◦ blue 37

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

Shades of Geebung #BC8425

Tints of Geebung #BC8425

RGB

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

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

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

R = 52.66%
G = 36.97%
B = 10.36%

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

#BC8425 (or 0xBC8425) is known color: Geebung. HEX triplet: BC, 84 and 25. RGB value is (188,132,37). Sum of RGB (Red+Green+Blue) = 188+132+37=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8425 is #437BDA. Grayscale: #8A8A8A. Windows color (decimal): -4422619 or 2458812. OLE color: 2458812.

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

Color convert

RGB 188 132 37 -
CMYK 0 0.30 0.80 0.26
HSL 37.75º 0.67% 0.44% -
HSV(B) 37.75º 0.8% 0.74% -
XYZ 29.32 27.33 5.48 -
YUV 137.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 188 132 37 0 0.30 0.80 0.26 37.75 0.67 0.44
Hex BC 84 25 0 1E 50 1A 26 43 2C
Octal 274 204 45 0 36 120 32 46 103 54
Binary 10111100 10000100 100101 0 11110 1010000 11010 100110 1000011 101100

Color Harmonies of #BC8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8425

Black with #BC8425

Text Example


Text Example

White with #BC8425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8425; }

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

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

background-color css

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

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

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

border-color css

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

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

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