Html Css Color HEX #BF8031 Geebung

📋 copy color: '#BF8031'

red 191 ◦ green 128 ◦ blue 49

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

Shades of Geebung #BF8031

Tints of Geebung #BF8031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.32%

R = 51.9%
G = 34.78%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF8031 (or 0xBF8031) is known color: Geebung. HEX triplet: BF, 80 and 31. RGB value is (191,128,49). Sum of RGB (Red+Green+Blue) = 191+128+49=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8031 is #407FCE. Grayscale: #8A8A8A. Windows color (decimal): -4227023 or 3244223. OLE color: 3244223.

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

Color convert

RGB 191 128 49 -
CMYK 0 0.33 0.74 0.25
HSL 33.38º 0.59% 0.47% -
HSV(B) 33.38º 0.74% 0.75% -
XYZ 29.76 26.74 6.5 -
YUV 137.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 191 128 49 0 0.33 0.74 0.25 33.38 0.59 0.47
Hex BF 80 31 0 21 4A 19 21 3B 2F
Octal 277 200 61 0 41 112 31 41 73 57
Binary 10111111 10000000 110001 0 100001 1001010 11001 100001 111011 101111

Color Harmonies of #BF8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8031

Black with #BF8031

Text Example


Text Example

White with #BF8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8031; }

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

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

background-color css

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

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

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

border-color css

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

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

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