Html Css Color HEX #BF8520 Geebung

📋 copy color: '#BF8520'

red 191 ◦ green 133 ◦ blue 32

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

Shades of Geebung #BF8520

Tints of Geebung #BF8520

RGB

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

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

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

R = 53.65%
G = 37.36%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF8520 (or 0xBF8520) is known color: Geebung. HEX triplet: BF, 85 and 20. RGB value is (191,133,32). Sum of RGB (Red+Green+Blue) = 191+133+32=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8520 is #407ADF. Grayscale: #8B8B8B. Windows color (decimal): -4225760 or 2131391. OLE color: 2131391.

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

Color convert

RGB 191 133 32 -
CMYK 0 0.30 0.83 0.25
HSL 38.11º 0.71% 0.44% -
HSV(B) 38.11º 0.83% 0.75% -
XYZ 30.13 27.96 5.17 -
YUV 138.83 67.72 165.21 -
System Red Green Blue C M Y K H S L
Decimal 191 133 32 0 0.30 0.83 0.25 38.11 0.71 0.44
Hex BF 85 20 0 1E 53 19 26 47 2C
Octal 277 205 40 0 36 123 31 46 107 54
Binary 10111111 10000101 100000 0 11110 1010011 11001 100110 1000111 101100

Color Harmonies of #BF8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8520

Black with #BF8520

Text Example


Text Example

White with #BF8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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