Html Css Color HEX #BF7E33 Geebung

📋 copy color: '#BF7E33'

red 191 ◦ green 126 ◦ blue 51

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

Shades of Geebung #BF7E33

Tints of Geebung #BF7E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.86%

R = 51.9%
G = 34.24%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF7E33 (or 0xBF7E33) is known color: Geebung. HEX triplet: BF, 7E and 33. RGB value is (191,126,51). Sum of RGB (Red+Green+Blue) = 191+126+51=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E33 is #4081CC. Grayscale: #898989. Windows color (decimal): -4227533 or 3374783. OLE color: 3374783.

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

Color convert

RGB 191 126 51 -
CMYK 0 0.34 0.73 0.25
HSL 32.14º 0.58% 0.47% -
HSV(B) 32.14º 0.73% 0.75% -
XYZ 29.54 26.24 6.64 -
YUV 136.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 191 126 51 0 0.34 0.73 0.25 32.14 0.58 0.47
Hex BF 7E 33 0 22 49 19 20 3A 2F
Octal 277 176 63 0 42 111 31 40 72 57
Binary 10111111 1111110 110011 0 100010 1001001 11001 100000 111010 101111

Color Harmonies of #BF7E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E33

Black with #BF7E33

Text Example


Text Example

White with #BF7E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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