Html Css Color HEX #BC8422 Geebung

📋 copy color: '#BC8422'

red 188 ◦ green 132 ◦ blue 34

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

Shades of Geebung #BC8422

Tints of Geebung #BC8422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 53.11%
G = 37.29%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC8422 (or 0xBC8422) is known color: Geebung. HEX triplet: BC, 84 and 22. RGB value is (188,132,34). Sum of RGB (Red+Green+Blue) = 188+132+34=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8422 is #437BDD. Grayscale: #8A8A8A. Windows color (decimal): -4422622 or 2262204. OLE color: 2262204.

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

Color convert

RGB 188 132 34 -
CMYK 0 0.30 0.82 0.26
HSL 38.18º 0.69% 0.44% -
HSV(B) 38.18º 0.82% 0.74% -
XYZ 29.28 27.31 5.24 -
YUV 137.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 188 132 34 0 0.30 0.82 0.26 38.18 0.69 0.44
Hex BC 84 22 0 1E 52 1A 26 45 2C
Octal 274 204 42 0 36 122 32 46 105 54
Binary 10111100 10000100 100010 0 11110 1010010 11010 100110 1000101 101100

Color Harmonies of #BC8422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8422

Black with #BC8422

Text Example


Text Example

White with #BC8422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8422; }

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

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

background-color css

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

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

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

border-color css

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

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

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