Html Css Color HEX #BF8532 Geebung

📋 copy color: '#BF8532'

red 191 ◦ green 133 ◦ blue 50

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

Shades of Geebung #BF8532

Tints of Geebung #BF8532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 51.07%
G = 35.56%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF8532 (or 0xBF8532) is known color: Geebung. HEX triplet: BF, 85 and 32. RGB value is (191,133,50). Sum of RGB (Red+Green+Blue) = 191+133+50=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8532 is #407ACD. Grayscale: #8D8D8D. Windows color (decimal): -4225742 or 3311039. OLE color: 3311039.

HSL color Cylindrical-coordinate representation of color #BF8532: hue angle of 35.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF8532 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 50 -
CMYK 0 0.30 0.74 0.25
HSL 35.32º 0.59% 0.47% -
HSV(B) 35.32º 0.74% 0.75% -
XYZ 30.45 28.08 6.83 -
YUV 140.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 191 133 50 0 0.30 0.74 0.25 35.32 0.59 0.47
Hex BF 85 32 0 1E 4A 19 23 3B 2F
Octal 277 205 62 0 36 112 31 43 73 57
Binary 10111111 10000101 110010 0 11110 1001010 11001 100011 111011 101111

Color Harmonies of #BF8532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8532

Black with #BF8532

Text Example


Text Example

White with #BF8532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8532; }

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

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

background-color css

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

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

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

border-color css

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

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

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