Html Css Color HEX #BF8523 Geebung

📋 copy color: '#BF8523'

red 191 ◦ green 133 ◦ blue 35

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

Shades of Geebung #BF8523

Tints of Geebung #BF8523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.75%

R = 53.2%
G = 37.05%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF8523 (or 0xBF8523) is known color: Geebung. HEX triplet: BF, 85 and 23. RGB value is (191,133,35). Sum of RGB (Red+Green+Blue) = 191+133+35=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8523 is #407ADC. Grayscale: #8B8B8B. Windows color (decimal): -4225757 or 2327999. OLE color: 2327999.

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

Color convert

RGB 191 133 35 -
CMYK 0 0.30 0.82 0.25
HSL 37.69º 0.69% 0.44% -
HSV(B) 37.69º 0.82% 0.75% -
XYZ 30.18 27.97 5.4 -
YUV 139.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 191 133 35 0 0.30 0.82 0.25 37.69 0.69 0.44
Hex BF 85 23 0 1E 52 19 26 45 2C
Octal 277 205 43 0 36 122 31 46 105 54
Binary 10111111 10000101 100011 0 11110 1010010 11001 100110 1000101 101100

Color Harmonies of #BF8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8523

Black with #BF8523

Text Example


Text Example

White with #BF8523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8523; }

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

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

background-color css

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

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

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

border-color css

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

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

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