Html Css Color HEX #BF8220 Geebung

📋 copy color: '#BF8220'

red 191 ◦ green 130 ◦ blue 32

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

Shades of Geebung #BF8220

Tints of Geebung #BF8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 54.11%
G = 36.83%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF8220 (or 0xBF8220) is known color: Geebung. HEX triplet: BF, 82 and 20. RGB value is (191,130,32). Sum of RGB (Red+Green+Blue) = 191+130+32=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8220 is #407DDF. Grayscale: #898989. Windows color (decimal): -4226528 or 2130623. OLE color: 2130623.

HSL color Cylindrical-coordinate representation of color #BF8220: hue angle of 36.98º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF8220 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 32 -
CMYK 0 0.32 0.83 0.25
HSL 36.98º 0.71% 0.44% -
HSV(B) 36.98º 0.83% 0.75% -
XYZ 29.73 27.15 5.04 -
YUV 137.07 68.71 166.47 -
System Red Green Blue C M Y K H S L
Decimal 191 130 32 0 0.32 0.83 0.25 36.98 0.71 0.44
Hex BF 82 20 0 20 53 19 25 47 2C
Octal 277 202 40 0 40 123 31 45 107 54
Binary 10111111 10000010 100000 0 100000 1010011 11001 100101 1000111 101100

Color Harmonies of #BF8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8220

Black with #BF8220

Text Example


Text Example

White with #BF8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8220; }

 p { color: rgb(191,130,32); }

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

background-color css

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

 a { background-color: rgb(191,130,32); }

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

border-color css

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

 span { border-color: rgb(191,130,32); }

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