Html Css Color HEX #BF802C Geebung

📋 copy color: '#BF802C'

red 191 ◦ green 128 ◦ blue 44

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

Shades of Geebung #BF802C

Tints of Geebung #BF802C

RGB

 RED value IS 191 (75% from 255) = 52.62%

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 52.62%
G = 35.26%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF802C (or 0xBF802C) is known color: Geebung. HEX triplet: BF, 80 and 2C. RGB value is (191,128,44). Sum of RGB (Red+Green+Blue) = 191+128+44=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF802C is #407FD3. Grayscale: #898989. Windows color (decimal): -4227028 or 2916543. OLE color: 2916543.

HSL color Cylindrical-coordinate representation of color #BF802C: hue angle of 34.29º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF802C is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 44 -
CMYK 0 0.33 0.77 0.25
HSL 34.29º 0.63% 0.46% -
HSV(B) 34.29º 0.77% 0.75% -
XYZ 29.66 26.7 5.97 -
YUV 137.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 191 128 44 0 0.33 0.77 0.25 34.29 0.63 0.46
Hex BF 80 2C 0 21 4D 19 22 3F 2E
Octal 277 200 54 0 41 115 31 42 77 56
Binary 10111111 10000000 101100 0 100001 1001101 11001 100010 111111 101110

Color Harmonies of #BF802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF802C

Black with #BF802C

Text Example


Text Example

White with #BF802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF802C; }

 p { color: rgb(191,128,44); }

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

background-color css

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

 a { background-color: rgb(191,128,44); }

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

border-color css

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

 span { border-color: rgb(191,128,44); }

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