Html Css Color HEX #BF8228 Geebung

📋 copy color: '#BF8228'

red 191 ◦ green 130 ◦ blue 40

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

Shades of Geebung #BF8228

Tints of Geebung #BF8228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 52.91%
G = 36.01%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8228 (or 0xBF8228) is known color: Geebung. HEX triplet: BF, 82 and 28. RGB value is (191,130,40). Sum of RGB (Red+Green+Blue) = 191+130+40=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8228 is #407DD7. Grayscale: #8A8A8A. Windows color (decimal): -4226520 or 2654911. OLE color: 2654911.

HSL color Cylindrical-coordinate representation of color #BF8228: hue angle of 35.76º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF8228 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 40 -
CMYK 0 0.32 0.79 0.25
HSL 35.76º 0.65% 0.45% -
HSV(B) 35.76º 0.79% 0.75% -
XYZ 29.85 27.19 5.68 -
YUV 137.98 72.71 165.82 -
System Red Green Blue C M Y K H S L
Decimal 191 130 40 0 0.32 0.79 0.25 35.76 0.65 0.45
Hex BF 82 28 0 20 4F 19 24 41 2D
Octal 277 202 50 0 40 117 31 44 101 55
Binary 10111111 10000010 101000 0 100000 1001111 11001 100100 1000001 101101

Color Harmonies of #BF8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8228

Black with #BF8228

Text Example


Text Example

White with #BF8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8228; }

 p { color: rgb(191,130,40); }

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

background-color css

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

 a { background-color: rgb(191,130,40); }

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

border-color css

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

 span { border-color: rgb(191,130,40); }

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