Html Css Color HEX #BF7E31 Geebung

📋 copy color: '#BF7E31'

red 191 ◦ green 126 ◦ blue 49

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

Shades of Geebung #BF7E31

Tints of Geebung #BF7E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.39%

R = 52.19%
G = 34.43%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF7E31 (or 0xBF7E31) is known color: Geebung. HEX triplet: BF, 7E and 31. RGB value is (191,126,49). Sum of RGB (Red+Green+Blue) = 191+126+49=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E31 is #4081CE. Grayscale: #898989. Windows color (decimal): -4227535 or 3243711. OLE color: 3243711.

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

Color convert

RGB 191 126 49 -
CMYK 0 0.34 0.74 0.25
HSL 32.54º 0.59% 0.47% -
HSV(B) 32.54º 0.74% 0.75% -
XYZ 29.5 26.22 6.41 -
YUV 136.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 191 126 49 0 0.34 0.74 0.25 32.54 0.59 0.47
Hex BF 7E 31 0 22 4A 19 21 3B 2F
Octal 277 176 61 0 42 112 31 41 73 57
Binary 10111111 1111110 110001 0 100010 1001010 11001 100001 111011 101111

Color Harmonies of #BF7E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E31

Black with #BF7E31

Text Example


Text Example

White with #BF7E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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