Html Css Color HEX #BF8030 Geebung

📋 copy color: '#BF8030'

red 191 ◦ green 128 ◦ blue 48

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

Shades of Geebung #BF8030

Tints of Geebung #BF8030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

 BLUE value IS 48 (19.14% from 255) = 13.08%

R = 52.04%
G = 34.88%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF8030 (or 0xBF8030) is known color: Geebung. HEX triplet: BF, 80 and 30. RGB value is (191,128,48). Sum of RGB (Red+Green+Blue) = 191+128+48=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8030 is #407FCF. Grayscale: #8A8A8A. Windows color (decimal): -4227024 or 3178687. OLE color: 3178687.

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

Color convert

RGB 191 128 48 -
CMYK 0 0.33 0.75 0.25
HSL 33.57º 0.6% 0.47% -
HSV(B) 33.57º 0.75% 0.75% -
XYZ 29.74 26.73 6.39 -
YUV 137.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 191 128 48 0 0.33 0.75 0.25 33.57 0.6 0.47
Hex BF 80 30 0 21 4B 19 22 3C 2F
Octal 277 200 60 0 41 113 31 42 74 57
Binary 10111111 10000000 110000 0 100001 1001011 11001 100010 111100 101111

Color Harmonies of #BF8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8030

Black with #BF8030

Text Example


Text Example

White with #BF8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8030; }

 p { color: rgb(191,128,48); }

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

background-color css

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

 a { background-color: rgb(191,128,48); }

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

border-color css

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

 span { border-color: rgb(191,128,48); }

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