Html Css Color HEX #BF841F Geebung

📋 copy color: '#BF841F'

red 191 ◦ green 132 ◦ blue 31

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

Shades of Geebung #BF841F

Tints of Geebung #BF841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 53.95%
G = 37.29%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF841F (or 0xBF841F) is known color: Geebung. HEX triplet: BF, 84 and 1F. RGB value is (191,132,31). Sum of RGB (Red+Green+Blue) = 191+132+31=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF841F is #407BE0. Grayscale: #8A8A8A. Windows color (decimal): -4226017 or 2065599. OLE color: 2065599.

HSL color Cylindrical-coordinate representation of color #BF841F: hue angle of 37.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF841F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 132 31 -
CMYK 0 0.31 0.84 0.25
HSL 37.88º 0.72% 0.44% -
HSV(B) 37.88º 0.84% 0.75% -
XYZ 29.98 27.68 5.06 -
YUV 138.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 191 132 31 0 0.31 0.84 0.25 37.88 0.72 0.44
Hex BF 84 1F 0 1F 54 19 26 48 2C
Octal 277 204 37 0 37 124 31 46 110 54
Binary 10111111 10000100 11111 0 11111 1010100 11001 100110 1001000 101100

Color Harmonies of #BF841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF841F

Black with #BF841F

Text Example


Text Example

White with #BF841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF841F; }

 p { color: rgb(191,132,31); }

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

background-color css

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

 a { background-color: rgb(191,132,31); }

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

border-color css

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

 span { border-color: rgb(191,132,31); }

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