Html Css Color HEX #BF8733 Geebung

📋 copy color: '#BF8733'

red 191 ◦ green 135 ◦ blue 51

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

Shades of Geebung #BF8733

Tints of Geebung #BF8733

RGB

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

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

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

R = 50.66%
G = 35.81%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF8733 (or 0xBF8733) is known color: Geebung. HEX triplet: BF, 87 and 33. RGB value is (191,135,51). Sum of RGB (Red+Green+Blue) = 191+135+51=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8733 is #4078CC. Grayscale: #8E8E8E. Windows color (decimal): -4225229 or 3377087. OLE color: 3377087.

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

Color convert

RGB 191 135 51 -
CMYK 0 0.29 0.73 0.25
HSL 36º 0.58% 0.47% -
HSV(B) 36º 0.73% 0.75% -
XYZ 30.75 28.64 7.04 -
YUV 142.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 191 135 51 0 0.29 0.73 0.25 36 0.58 0.47
Hex BF 87 33 0 1D 49 19 24 3A 2F
Octal 277 207 63 0 35 111 31 44 72 57
Binary 10111111 10000111 110011 0 11101 1001001 11001 100100 111010 101111

Color Harmonies of #BF8733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8733

Black with #BF8733

Text Example


Text Example

White with #BF8733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8733; }

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

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

background-color css

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

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

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

border-color css

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

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

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