Html Css Color HEX #BF8529 Geebung

📋 copy color: '#BF8529'

red 191 ◦ green 133 ◦ blue 41

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

Shades of Geebung #BF8529

Tints of Geebung #BF8529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 52.33%
G = 36.44%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF8529 (or 0xBF8529) is known color: Geebung. HEX triplet: BF, 85 and 29. RGB value is (191,133,41). Sum of RGB (Red+Green+Blue) = 191+133+41=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8529 is #407AD6. Grayscale: #8C8C8C. Windows color (decimal): -4225751 or 2721215. OLE color: 2721215.

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

Color convert

RGB 191 133 41 -
CMYK 0 0.30 0.79 0.25
HSL 36.8º 0.65% 0.45% -
HSV(B) 36.8º 0.79% 0.75% -
XYZ 30.27 28.01 5.91 -
YUV 139.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 191 133 41 0 0.30 0.79 0.25 36.8 0.65 0.45
Hex BF 85 29 0 1E 4F 19 25 41 2D
Octal 277 205 51 0 36 117 31 45 101 55
Binary 10111111 10000101 101001 0 11110 1001111 11001 100101 1000001 101101

Color Harmonies of #BF8529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8529

Black with #BF8529

Text Example


Text Example

White with #BF8529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8529; }

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

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

background-color css

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

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

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

border-color css

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

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

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