Html Css Color HEX #B7941C Buddha Gold

📋 copy color: '#B7941C'

red 183 ◦ green 148 ◦ blue 28

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

Shades of Buddha Gold #B7941C

Tints of Buddha Gold #B7941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 50.97%
G = 41.23%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7941C (or 0xB7941C) is known color: Buddha Gold. HEX triplet: B7, 94 and 1C. RGB value is (183,148,28). Sum of RGB (Red+Green+Blue) = 183+148+28=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7941C is #486BE3. Grayscale: #919191. Windows color (decimal): -4746212 or 1873079. OLE color: 1873079.

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

Color convert

RGB 183 148 28 -
CMYK 0 0.19 0.85 0.28
HSL 46.45º 0.73% 0.41% -
HSV(B) 46.45º 0.85% 0.72% -
XYZ 30.33 31.33 5.55 -
YUV 144.79 62.1 155.26 -
System Red Green Blue C M Y K H S L
Decimal 183 148 28 0 0.19 0.85 0.28 46.45 0.73 0.41
Hex B7 94 1C 0 13 55 1C 2E 49 29
Octal 267 224 34 0 23 125 34 56 111 51
Binary 10110111 10010100 11100 0 10011 1010101 11100 101110 1001001 101001

Color Harmonies of #B7941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7941C

Black with #B7941C

Text Example


Text Example

White with #B7941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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