Html Css Color HEX #BC8135 Geebung

📋 copy color: '#BC8135'

red 188 ◦ green 129 ◦ blue 53

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

Shades of Geebung #BC8135

Tints of Geebung #BC8135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

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

R = 50.81%
G = 34.86%
B = 14.32%

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

#BC8135 (or 0xBC8135) is known color: Geebung. HEX triplet: BC, 81 and 35. RGB value is (188,129,53). Sum of RGB (Red+Green+Blue) = 188+129+53=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8135 is #437ECA. Grayscale: #8A8A8A. Windows color (decimal): -4423371 or 3506620. OLE color: 3506620.

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

Color convert

RGB 188 129 53 -
CMYK 0 0.31 0.72 0.26
HSL 33.78º 0.56% 0.47% -
HSV(B) 33.78º 0.72% 0.74% -
XYZ 29.23 26.65 6.97 -
YUV 137.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 188 129 53 0 0.31 0.72 0.26 33.78 0.56 0.47
Hex BC 81 35 0 1F 48 1A 22 38 2F
Octal 274 201 65 0 37 110 32 42 70 57
Binary 10111100 10000001 110101 0 11111 1001000 11010 100010 111000 101111

Color Harmonies of #BC8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8135

Black with #BC8135

Text Example


Text Example

White with #BC8135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8135; }

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

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

background-color css

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

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

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

border-color css

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

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

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