Html Css Color HEX #BF8338 Geebung

📋 copy color: '#BF8338'

red 191 ◦ green 131 ◦ blue 56

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

Shades of Geebung #BF8338

Tints of Geebung #BF8338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 56 (22.27% from 255) = 14.81%

R = 50.53%
G = 34.66%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF8338 (or 0xBF8338) is known color: Geebung. HEX triplet: BF, 83 and 38. RGB value is (191,131,56). Sum of RGB (Red+Green+Blue) = 191+131+56=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8338 is #407CC7. Grayscale: #8C8C8C. Windows color (decimal): -4226248 or 3703743. OLE color: 3703743.

HSL color Cylindrical-coordinate representation of color #BF8338: hue angle of 33.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF8338 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 131 56 -
CMYK 0 0.31 0.71 0.25
HSL 33.33º 0.55% 0.48% -
HSV(B) 33.33º 0.71% 0.75% -
XYZ 30.32 27.59 7.47 -
YUV 140.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 191 131 56 0 0.31 0.71 0.25 33.33 0.55 0.48
Hex BF 83 38 0 1F 47 19 21 37 30
Octal 277 203 70 0 37 107 31 41 67 60
Binary 10111111 10000011 111000 0 11111 1000111 11001 100001 110111 110000

Color Harmonies of #BF8338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8338

Black with #BF8338

Text Example


Text Example

White with #BF8338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8338; }

 p { color: rgb(191,131,56); }

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

background-color css

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

 a { background-color: rgb(191,131,56); }

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

border-color css

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

 span { border-color: rgb(191,131,56); }

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