Html Css Color HEX #BF8522 Geebung

📋 copy color: '#BF8522'

red 191 ◦ green 133 ◦ blue 34

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

Shades of Geebung #BF8522

Tints of Geebung #BF8522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

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

R = 53.35%
G = 37.15%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF8522 (or 0xBF8522) is known color: Geebung. HEX triplet: BF, 85 and 22. RGB value is (191,133,34). Sum of RGB (Red+Green+Blue) = 191+133+34=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8522 is #407ADD. Grayscale: #8B8B8B. Windows color (decimal): -4225758 or 2262463. OLE color: 2262463.

HSL color Cylindrical-coordinate representation of color #BF8522: hue angle of 37.83º 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 #BF8522 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 34 -
CMYK 0 0.30 0.82 0.25
HSL 37.83º 0.7% 0.44% -
HSV(B) 37.83º 0.82% 0.75% -
XYZ 30.16 27.97 5.32 -
YUV 139.06 68.72 165.05 -
System Red Green Blue C M Y K H S L
Decimal 191 133 34 0 0.30 0.82 0.25 37.83 0.7 0.44
Hex BF 85 22 0 1E 52 19 26 46 2C
Octal 277 205 42 0 36 122 31 46 106 54
Binary 10111111 10000101 100010 0 11110 1010010 11001 100110 1000110 101100

Color Harmonies of #BF8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8522

Black with #BF8522

Text Example


Text Example

White with #BF8522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8522; }

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

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

background-color css

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

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

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

border-color css

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

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

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