Html Css Color HEX #BF8429 Geebung

📋 copy color: '#BF8429'

red 191 ◦ green 132 ◦ blue 41

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

Shades of Geebung #BF8429

Tints of Geebung #BF8429

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

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

R = 52.47%
G = 36.26%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8429 (or 0xBF8429) is known color: Geebung. HEX triplet: BF, 84 and 29. RGB value is (191,132,41). Sum of RGB (Red+Green+Blue) = 191+132+41=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8429 is #407BD6. Grayscale: #8B8B8B. Windows color (decimal): -4226007 or 2720959. OLE color: 2720959.

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

Color convert

RGB 191 132 41 -
CMYK 0 0.31 0.79 0.25
HSL 36.4º 0.65% 0.45% -
HSV(B) 36.4º 0.79% 0.75% -
XYZ 30.14 27.74 5.86 -
YUV 139.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 191 132 41 0 0.31 0.79 0.25 36.4 0.65 0.45
Hex BF 84 29 0 1F 4F 19 24 41 2D
Octal 277 204 51 0 37 117 31 44 101 55
Binary 10111111 10000100 101001 0 11111 1001111 11001 100100 1000001 101101

Color Harmonies of #BF8429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8429

Black with #BF8429

Text Example


Text Example

White with #BF8429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8429; }

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

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

background-color css

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

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

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

border-color css

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

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

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