Html Css Color HEX #BF951A Buddha Gold

📋 copy color: '#BF951A'

red 191 ◦ green 149 ◦ blue 26

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

Shades of Buddha Gold #BF951A

Tints of Buddha Gold #BF951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 52.19%
G = 40.71%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF951A (or 0xBF951A) is known color: Buddha Gold. HEX triplet: BF, 95 and 1A. RGB value is (191,149,26). Sum of RGB (Red+Green+Blue) = 191+149+26=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF951A is #406AE5. Grayscale: #949494. Windows color (decimal): -4221670 or 1742271. OLE color: 1742271.

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

Color convert

RGB 191 149 26 -
CMYK 0 0.22 0.86 0.25
HSL 44.73º 0.76% 0.43% -
HSV(B) 44.73º 0.86% 0.75% -
XYZ 32.42 32.65 5.57 -
YUV 147.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 191 149 26 0 0.22 0.86 0.25 44.73 0.76 0.43
Hex BF 95 1A 0 16 56 19 2D 4C 2B
Octal 277 225 32 0 26 126 31 55 114 53
Binary 10111111 10010101 11010 0 10110 1010110 11001 101101 1001100 101011

Color Harmonies of #BF951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF951A

Black with #BF951A

Text Example


Text Example

White with #BF951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF951A; }

 p { color: rgb(191,149,26); }

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

background-color css

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

 a { background-color: rgb(191,149,26); }

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

border-color css

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

 span { border-color: rgb(191,149,26); }

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