Html Css Color HEX #BF8137 Geebung

📋 copy color: '#BF8137'

red 191 ◦ green 129 ◦ blue 55

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

Shades of Geebung #BF8137

Tints of Geebung #BF8137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 55 (21.88% from 255) = 14.67%

R = 50.93%
G = 34.4%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF8137 (or 0xBF8137) is known color: Geebung. HEX triplet: BF, 81 and 37. RGB value is (191,129,55). Sum of RGB (Red+Green+Blue) = 191+129+55=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8137 is #407EC8. Grayscale: #8B8B8B. Windows color (decimal): -4226761 or 3637695. OLE color: 3637695.

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

Color convert

RGB 191 129 55 -
CMYK 0 0.32 0.71 0.25
HSL 32.65º 0.55% 0.48% -
HSV(B) 32.65º 0.71% 0.75% -
XYZ 30.03 27.05 7.25 -
YUV 139.1 80.54 165.02 -
System Red Green Blue C M Y K H S L
Decimal 191 129 55 0 0.32 0.71 0.25 32.65 0.55 0.48
Hex BF 81 37 0 20 47 19 21 37 30
Octal 277 201 67 0 40 107 31 41 67 60
Binary 10111111 10000001 110111 0 100000 1000111 11001 100001 110111 110000

Color Harmonies of #BF8137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8137

Black with #BF8137

Text Example


Text Example

White with #BF8137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8137; }

 p { color: rgb(191,129,55); }

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

background-color css

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

 a { background-color: rgb(191,129,55); }

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

border-color css

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

 span { border-color: rgb(191,129,55); }

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