Html Css Color HEX #BC842A Geebung

📋 copy color: '#BC842A'

red 188 ◦ green 132 ◦ blue 42

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

Shades of Geebung #BC842A

Tints of Geebung #BC842A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.6%

R = 51.93%
G = 36.46%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC842A (or 0xBC842A) is known color: Geebung. HEX triplet: BC, 84 and 2A. RGB value is (188,132,42). Sum of RGB (Red+Green+Blue) = 188+132+42=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC842A is #437BD5. Grayscale: #8A8A8A. Windows color (decimal): -4422614 or 2786492. OLE color: 2786492.

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

Color convert

RGB 188 132 42 -
CMYK 0 0.30 0.78 0.26
HSL 36.99º 0.63% 0.45% -
HSV(B) 36.99º 0.78% 0.74% -
XYZ 29.41 27.36 5.92 -
YUV 138.48 73.55 163.32 -
System Red Green Blue C M Y K H S L
Decimal 188 132 42 0 0.30 0.78 0.26 36.99 0.63 0.45
Hex BC 84 2A 0 1E 4E 1A 25 3F 2D
Octal 274 204 52 0 36 116 32 45 77 55
Binary 10111100 10000100 101010 0 11110 1001110 11010 100101 111111 101101

Color Harmonies of #BC842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC842A

Black with #BC842A

Text Example


Text Example

White with #BC842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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