Html Css Color HEX #BF8230 Geebung

📋 copy color: '#BF8230'

red 191 ◦ green 130 ◦ blue 48

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

Shades of Geebung #BF8230

Tints of Geebung #BF8230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 51.76%
G = 35.23%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF8230 (or 0xBF8230) is known color: Geebung. HEX triplet: BF, 82 and 30. RGB value is (191,130,48). Sum of RGB (Red+Green+Blue) = 191+130+48=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8230 is #407DCF. Grayscale: #8B8B8B. Windows color (decimal): -4226512 or 3179199. OLE color: 3179199.

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

Color convert

RGB 191 130 48 -
CMYK 0 0.32 0.75 0.25
HSL 34.41º 0.6% 0.47% -
HSV(B) 34.41º 0.75% 0.75% -
XYZ 30 27.26 6.48 -
YUV 138.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 191 130 48 0 0.32 0.75 0.25 34.41 0.6 0.47
Hex BF 82 30 0 20 4B 19 22 3C 2F
Octal 277 202 60 0 40 113 31 42 74 57
Binary 10111111 10000010 110000 0 100000 1001011 11001 100010 111100 101111

Color Harmonies of #BF8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8230

Black with #BF8230

Text Example


Text Example

White with #BF8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8230; }

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

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

background-color css

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

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

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

border-color css

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

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

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