Html Css Color HEX #BC8235 Geebung

📋 copy color: '#BC8235'

red 188 ◦ green 130 ◦ blue 53

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

Shades of Geebung #BC8235

Tints of Geebung #BC8235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 50.67%
G = 35.04%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC8235 (or 0xBC8235) is known color: Geebung. HEX triplet: BC, 82 and 35. RGB value is (188,130,53). Sum of RGB (Red+Green+Blue) = 188+130+53=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8235 is #437DCA. Grayscale: #8A8A8A. Windows color (decimal): -4423115 or 3506876. OLE color: 3506876.

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

Color convert

RGB 188 130 53 -
CMYK 0 0.31 0.72 0.26
HSL 34.22º 0.56% 0.47% -
HSV(B) 34.22º 0.72% 0.74% -
XYZ 29.36 26.91 7.02 -
YUV 138.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 188 130 53 0 0.31 0.72 0.26 34.22 0.56 0.47
Hex BC 82 35 0 1F 48 1A 22 38 2F
Octal 274 202 65 0 37 110 32 42 70 57
Binary 10111100 10000010 110101 0 11111 1001000 11010 100010 111000 101111

Color Harmonies of #BC8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8235

Black with #BC8235

Text Example


Text Example

White with #BC8235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8235; }

 p { color: rgb(188,130,53); }

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

background-color css

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

 a { background-color: rgb(188,130,53); }

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

border-color css

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

 span { border-color: rgb(188,130,53); }

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