Html Css Color HEX #BC8328 Geebung

📋 copy color: '#BC8328'

red 188 ◦ green 131 ◦ blue 40

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

Shades of Geebung #BC8328

Tints of Geebung #BC8328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 52.37%
G = 36.49%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8328 (or 0xBC8328) is known color: Geebung. HEX triplet: BC, 83 and 28. RGB value is (188,131,40). Sum of RGB (Red+Green+Blue) = 188+131+40=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8328 is #437CD7. Grayscale: #8A8A8A. Windows color (decimal): -4422872 or 2655164. OLE color: 2655164.

HSL color Cylindrical-coordinate representation of color #BC8328: hue angle of 36.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC8328 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 40 -
CMYK 0 0.30 0.79 0.26
HSL 36.89º 0.65% 0.45% -
HSV(B) 36.89º 0.79% 0.74% -
XYZ 29.24 27.08 5.69 -
YUV 137.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 188 131 40 0 0.30 0.79 0.26 36.89 0.65 0.45
Hex BC 83 28 0 1E 4F 1A 25 41 2D
Octal 274 203 50 0 36 117 32 45 101 55
Binary 10111100 10000011 101000 0 11110 1001111 11010 100101 1000001 101101

Color Harmonies of #BC8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8328

Black with #BC8328

Text Example


Text Example

White with #BC8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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