Html Css Color HEX #BF941A Buddha Gold

📋 copy color: '#BF941A'

red 191 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #BF941A

Tints of Buddha Gold #BF941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

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

R = 52.33%
G = 40.55%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF941A (or 0xBF941A) is known color: Buddha Gold. HEX triplet: BF, 94 and 1A. RGB value is (191,148,26). Sum of RGB (Red+Green+Blue) = 191+148+26=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF941A is #406BE5. Grayscale: #939393. Windows color (decimal): -4221926 or 1742015. OLE color: 1742015.

HSL color Cylindrical-coordinate representation of color #BF941A: hue angle of 44.36º 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 #BF941A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 148 26 -
CMYK 0 0.23 0.86 0.25
HSL 44.36º 0.76% 0.43% -
HSV(B) 44.36º 0.86% 0.75% -
XYZ 32.26 32.33 5.52 -
YUV 146.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 191 148 26 0 0.23 0.86 0.25 44.36 0.76 0.43
Hex BF 94 1A 0 17 56 19 2C 4C 2B
Octal 277 224 32 0 27 126 31 54 114 53
Binary 10111111 10010100 11010 0 10111 1010110 11001 101100 1001100 101011

Color Harmonies of #BF941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF941A

Black with #BF941A

Text Example


Text Example

White with #BF941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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