Html Css Color HEX #BF8222 Geebung

📋 copy color: '#BF8222'

red 191 ◦ green 130 ◦ blue 34

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

Shades of Geebung #BF8222

Tints of Geebung #BF8222

RGB

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

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

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

R = 53.8%
G = 36.62%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF8222 (or 0xBF8222) is known color: Geebung. HEX triplet: BF, 82 and 22. RGB value is (191,130,34). Sum of RGB (Red+Green+Blue) = 191+130+34=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8222 is #407DDD. Grayscale: #898989. Windows color (decimal): -4226526 or 2261695. OLE color: 2261695.

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

Color convert

RGB 191 130 34 -
CMYK 0 0.32 0.82 0.25
HSL 36.69º 0.7% 0.44% -
HSV(B) 36.69º 0.82% 0.75% -
XYZ 29.76 27.16 5.19 -
YUV 137.3 69.71 166.31 -
System Red Green Blue C M Y K H S L
Decimal 191 130 34 0 0.32 0.82 0.25 36.69 0.7 0.44
Hex BF 82 22 0 20 52 19 25 46 2C
Octal 277 202 42 0 40 122 31 45 106 54
Binary 10111111 10000010 100010 0 100000 1010010 11001 100101 1000110 101100

Color Harmonies of #BF8222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8222

Black with #BF8222

Text Example


Text Example

White with #BF8222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8222; }

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

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

background-color css

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

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

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

border-color css

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

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

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