Html Css Color HEX #BF872F Geebung

📋 copy color: '#BF872F'

red 191 ◦ green 135 ◦ blue 47

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

Shades of Geebung #BF872F

Tints of Geebung #BF872F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 51.21%
G = 36.19%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF872F (or 0xBF872F) is known color: Geebung. HEX triplet: BF, 87 and 2F. RGB value is (191,135,47). Sum of RGB (Red+Green+Blue) = 191+135+47=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF872F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF872F is #4078D0. Grayscale: #8E8E8E. Windows color (decimal): -4225233 or 3114943. OLE color: 3114943.

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

Color convert

RGB 191 135 47 -
CMYK 0 0.29 0.75 0.25
HSL 36.67º 0.61% 0.47% -
HSV(B) 36.67º 0.75% 0.75% -
XYZ 30.66 28.61 6.6 -
YUV 141.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 191 135 47 0 0.29 0.75 0.25 36.67 0.61 0.47
Hex BF 87 2F 0 1D 4B 19 25 3D 2F
Octal 277 207 57 0 35 113 31 45 75 57
Binary 10111111 10000111 101111 0 11101 1001011 11001 100101 111101 101111

Color Harmonies of #BF872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF872F

Black with #BF872F

Text Example


Text Example

White with #BF872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF872F; }

 p { color: rgb(191,135,47); }

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

background-color css

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

 a { background-color: rgb(191,135,47); }

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

border-color css

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

 span { border-color: rgb(191,135,47); }

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