Html Css Color HEX #BF901C Buddha Gold

📋 copy color: '#BF901C'

red 191 ◦ green 144 ◦ blue 28

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

Shades of Buddha Gold #BF901C

Tints of Buddha Gold #BF901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 52.62%
G = 39.67%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF901C (or 0xBF901C) is known color: Buddha Gold. HEX triplet: BF, 90 and 1C. RGB value is (191,144,28). Sum of RGB (Red+Green+Blue) = 191+144+28=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF901C is #406FE3. Grayscale: #919191. Windows color (decimal): -4222948 or 1872063. OLE color: 1872063.

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

Color convert

RGB 191 144 28 -
CMYK 0 0.25 0.85 0.25
HSL 42.7º 0.74% 0.43% -
HSV(B) 42.7º 0.85% 0.75% -
XYZ 31.67 31.11 5.43 -
YUV 144.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 191 144 28 0 0.25 0.85 0.25 42.7 0.74 0.43
Hex BF 90 1C 0 19 55 19 2B 4A 2B
Octal 277 220 34 0 31 125 31 53 112 53
Binary 10111111 10010000 11100 0 11001 1010101 11001 101011 1001010 101011

Color Harmonies of #BF901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF901C

Black with #BF901C

Text Example


Text Example

White with #BF901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF901C; }

 p { color: rgb(191,144,28); }

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

background-color css

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

 a { background-color: rgb(191,144,28); }

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

border-color css

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

 span { border-color: rgb(191,144,28); }

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