Html Css Color HEX #BF8229 Geebung

📋 copy color: '#BF8229'

red 191 ◦ green 130 ◦ blue 41

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

Shades of Geebung #BF8229

Tints of Geebung #BF8229

RGB

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

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

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

R = 52.76%
G = 35.91%
B = 11.33%

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

#BF8229 (or 0xBF8229) is known color: Geebung. HEX triplet: BF, 82 and 29. RGB value is (191,130,41). Sum of RGB (Red+Green+Blue) = 191+130+41=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8229 is #407DD6. Grayscale: #8A8A8A. Windows color (decimal): -4226519 or 2720447. OLE color: 2720447.

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

Color convert

RGB 191 130 41 -
CMYK 0 0.32 0.79 0.25
HSL 35.6º 0.65% 0.45% -
HSV(B) 35.6º 0.79% 0.75% -
XYZ 29.87 27.2 5.77 -
YUV 138.09 73.21 165.74 -
System Red Green Blue C M Y K H S L
Decimal 191 130 41 0 0.32 0.79 0.25 35.6 0.65 0.45
Hex BF 82 29 0 20 4F 19 24 41 2D
Octal 277 202 51 0 40 117 31 44 101 55
Binary 10111111 10000010 101001 0 100000 1001111 11001 100100 1000001 101101

Color Harmonies of #BF8229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8229

Black with #BF8229

Text Example


Text Example

White with #BF8229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8229; }

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

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

background-color css

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

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

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

border-color css

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

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

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