Html Css Color HEX #BF8533 Geebung

📋 copy color: '#BF8533'

red 191 ◦ green 133 ◦ blue 51

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

Shades of Geebung #BF8533

Tints of Geebung #BF8533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 50.93%
G = 35.47%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF8533 (or 0xBF8533) is known color: Geebung. HEX triplet: BF, 85 and 33. RGB value is (191,133,51). Sum of RGB (Red+Green+Blue) = 191+133+51=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8533 is #407ACC. Grayscale: #8D8D8D. Windows color (decimal): -4225741 or 3376575. OLE color: 3376575.

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

Color convert

RGB 191 133 51 -
CMYK 0 0.30 0.73 0.25
HSL 35.14º 0.58% 0.47% -
HSV(B) 35.14º 0.73% 0.75% -
XYZ 30.47 28.09 6.95 -
YUV 140.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 191 133 51 0 0.30 0.73 0.25 35.14 0.58 0.47
Hex BF 85 33 0 1E 49 19 23 3A 2F
Octal 277 205 63 0 36 111 31 43 72 57
Binary 10111111 10000101 110011 0 11110 1001001 11001 100011 111010 101111

Color Harmonies of #BF8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8533

Black with #BF8533

Text Example


Text Example

White with #BF8533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8533; }

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

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

background-color css

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

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

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

border-color css

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

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

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