Html Css Color HEX #BF7E2F Geebung

📋 copy color: '#BF7E2F'

red 191 ◦ green 126 ◦ blue 47

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

Shades of Geebung #BF7E2F

Tints of Geebung #BF7E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

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

R = 52.47%
G = 34.62%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF7E2F (or 0xBF7E2F) is known color: Geebung. HEX triplet: BF, 7E and 2F. RGB value is (191,126,47). Sum of RGB (Red+Green+Blue) = 191+126+47=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E2F is #4081D0. Grayscale: #888888. Windows color (decimal): -4227537 or 3112639. OLE color: 3112639.

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

Color convert

RGB 191 126 47 -
CMYK 0 0.34 0.75 0.25
HSL 32.92º 0.61% 0.47% -
HSV(B) 32.92º 0.75% 0.75% -
XYZ 29.46 26.2 6.19 -
YUV 136.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 191 126 47 0 0.34 0.75 0.25 32.92 0.61 0.47
Hex BF 7E 2F 0 22 4B 19 21 3D 2F
Octal 277 176 57 0 42 113 31 41 75 57
Binary 10111111 1111110 101111 0 100010 1001011 11001 100001 111101 101111

Color Harmonies of #BF7E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E2F

Black with #BF7E2F

Text Example


Text Example

White with #BF7E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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