Html Css Color HEX #BF8829 Geebung

📋 copy color: '#BF8829'

red 191 ◦ green 136 ◦ blue 41

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

Shades of Geebung #BF8829

Tints of Geebung #BF8829

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

 BLUE value IS 41 (16.41% from 255) = 11.14%

R = 51.9%
G = 36.96%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8829 (or 0xBF8829) is known color: Geebung. HEX triplet: BF, 88 and 29. RGB value is (191,136,41). Sum of RGB (Red+Green+Blue) = 191+136+41=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8829 is #4077D6. Grayscale: #8E8E8E. Windows color (decimal): -4224983 or 2721983. OLE color: 2721983.

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

Color convert

RGB 191 136 41 -
CMYK 0 0.29 0.79 0.25
HSL 38º 0.65% 0.45% -
HSV(B) 38º 0.79% 0.75% -
XYZ 30.69 28.84 6.05 -
YUV 141.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 191 136 41 0 0.29 0.79 0.25 38 0.65 0.45
Hex BF 88 29 0 1D 4F 19 26 41 2D
Octal 277 210 51 0 35 117 31 46 101 55
Binary 10111111 10001000 101001 0 11101 1001111 11001 100110 1000001 101101

Color Harmonies of #BF8829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8829

Black with #BF8829

Text Example


Text Example

White with #BF8829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8829; }

 p { color: rgb(191,136,41); }

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

background-color css

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

 a { background-color: rgb(191,136,41); }

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

border-color css

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

 span { border-color: rgb(191,136,41); }

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