Html Css Color HEX #B7A30D Buddha Gold

📋 copy color: '#B7A30D'

red 183 ◦ green 163 ◦ blue 13

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

Shades of Buddha Gold #B7A30D

Tints of Buddha Gold #B7A30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.4%

 BLUE value IS 13 (5.47% from 255) = 3.62%

R = 50.97%
G = 45.4%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7A30D (or 0xB7A30D) is known color: Buddha Gold. HEX triplet: B7, A3 and 0D. RGB value is (183,163,13). Sum of RGB (Red+Green+Blue) = 183+163+13=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A30D is #485CF2. Grayscale: #989898. Windows color (decimal): -4742387 or 893879. OLE color: 893879.

HSL color Cylindrical-coordinate representation of color #B7A30D: hue angle of 52.94º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7A30D is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 163 13 -
CMYK 0 0.11 0.93 0.28
HSL 52.94º 0.87% 0.38% -
HSV(B) 52.94º 0.93% 0.72% -
XYZ 32.7 36.29 5.66 -
YUV 151.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 183 163 13 0 0.11 0.93 0.28 52.94 0.87 0.38
Hex B7 A3 D 0 B 5D 1C 35 57 26
Octal 267 243 15 0 13 135 34 65 127 46
Binary 10110111 10100011 1101 0 1011 1011101 11100 110101 1010111 100110

Color Harmonies of #B7A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A30D

Black with #B7A30D

Text Example


Text Example

White with #B7A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A30D; }

 p { color: rgb(183,163,13); }

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

background-color css

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

 a { background-color: rgb(183,163,13); }

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

border-color css

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

 span { border-color: rgb(183,163,13); }

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