Html Css Color HEX #B7940F Buddha Gold

📋 copy color: '#B7940F'

red 183 ◦ green 148 ◦ blue 15

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

Shades of Buddha Gold #B7940F

Tints of Buddha Gold #B7940F

RGB

 RED value IS 183 (71.88% from 255) = 52.89%

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

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 52.89%
G = 42.77%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7940F (or 0xB7940F) is known color: Buddha Gold. HEX triplet: B7, 94 and 0F. RGB value is (183,148,15). Sum of RGB (Red+Green+Blue) = 183+148+15=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7940F is #486BF0. Grayscale: #8F8F8F. Windows color (decimal): -4746225 or 1021111. OLE color: 1021111.

HSL color Cylindrical-coordinate representation of color #B7940F: hue angle of 47.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7940F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 148 15 -
CMYK 0 0.19 0.92 0.28
HSL 47.5º 0.85% 0.39% -
HSV(B) 47.5º 0.92% 0.72% -
XYZ 30.2 31.28 4.9 -
YUV 143.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 183 148 15 0 0.19 0.92 0.28 47.5 0.85 0.39
Hex B7 94 F 0 13 5C 1C 30 55 27
Octal 267 224 17 0 23 134 34 60 125 47
Binary 10110111 10010100 1111 0 10011 1011100 11100 110000 1010101 100111

Color Harmonies of #B7940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7940F

Black with #B7940F

Text Example


Text Example

White with #B7940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7940F; }

 p { color: rgb(183,148,15); }

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

background-color css

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

 a { background-color: rgb(183,148,15); }

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

border-color css

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

 span { border-color: rgb(183,148,15); }

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