Html Css Color HEX #BF8237 Geebung

📋 copy color: '#BF8237'

red 191 ◦ green 130 ◦ blue 55

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

Shades of Geebung #BF8237

Tints of Geebung #BF8237

RGB

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

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

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

R = 50.8%
G = 34.57%
B = 14.63%

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

#BF8237 (or 0xBF8237) is known color: Geebung. HEX triplet: BF, 82 and 37. RGB value is (191,130,55). Sum of RGB (Red+Green+Blue) = 191+130+55=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8237 is #407DC8. Grayscale: #8C8C8C. Windows color (decimal): -4226505 or 3637951. OLE color: 3637951.

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

Color convert

RGB 191 130 55 -
CMYK 0 0.32 0.71 0.25
HSL 33.09º 0.55% 0.48% -
HSV(B) 33.09º 0.71% 0.75% -
XYZ 30.16 27.32 7.3 -
YUV 139.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 191 130 55 0 0.32 0.71 0.25 33.09 0.55 0.48
Hex BF 82 37 0 20 47 19 21 37 30
Octal 277 202 67 0 40 107 31 41 67 60
Binary 10111111 10000010 110111 0 100000 1000111 11001 100001 110111 110000

Color Harmonies of #BF8237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8237

Black with #BF8237

Text Example


Text Example

White with #BF8237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8237; }

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

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

background-color css

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

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

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

border-color css

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

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

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