Html Css Color HEX #BF921A Buddha Gold

📋 copy color: '#BF921A'

red 191 ◦ green 146 ◦ blue 26

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

Shades of Buddha Gold #BF921A

Tints of Buddha Gold #BF921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

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

R = 52.62%
G = 40.22%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF921A (or 0xBF921A) is known color: Buddha Gold. HEX triplet: BF, 92 and 1A. RGB value is (191,146,26). Sum of RGB (Red+Green+Blue) = 191+146+26=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF921A is #406DE5. Grayscale: #929292. Windows color (decimal): -4222438 or 1741503. OLE color: 1741503.

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

Color convert

RGB 191 146 26 -
CMYK 0 0.24 0.86 0.25
HSL 43.64º 0.76% 0.43% -
HSV(B) 43.64º 0.86% 0.75% -
XYZ 31.95 31.71 5.41 -
YUV 145.78 60.41 160.26 -
System Red Green Blue C M Y K H S L
Decimal 191 146 26 0 0.24 0.86 0.25 43.64 0.76 0.43
Hex BF 92 1A 0 18 56 19 2C 4C 2B
Octal 277 222 32 0 30 126 31 54 114 53
Binary 10111111 10010010 11010 0 11000 1010110 11001 101100 1001100 101011

Color Harmonies of #BF921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF921A

Black with #BF921A

Text Example


Text Example

White with #BF921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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