Html Css Color HEX #B77B23 Pirate Gold

📋 copy color: '#B77B23'

red 183 ◦ green 123 ◦ blue 35

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

Shades of Pirate Gold #B77B23

Tints of Pirate Gold #B77B23

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.07%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 53.67%
G = 36.07%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B77B23 (or 0xB77B23) is known color: Pirate Gold. HEX triplet: B7, 7B and 23. RGB value is (183,123,35). Sum of RGB (Red+Green+Blue) = 183+123+35=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B23 is #4884DC. Grayscale: #838383. Windows color (decimal): -4752605 or 2325431. OLE color: 2325431.

HSL color Cylindrical-coordinate representation of color #B77B23: hue angle of 35.68º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B77B23 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 123 35 -
CMYK 0 0.33 0.81 0.28
HSL 35.68º 0.68% 0.43% -
HSV(B) 35.68º 0.81% 0.72% -
XYZ 26.91 24.35 4.87 -
YUV 130.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 183 123 35 0 0.33 0.81 0.28 35.68 0.68 0.43
Hex B7 7B 23 0 21 51 1C 24 44 2B
Octal 267 173 43 0 41 121 34 44 104 53
Binary 10110111 1111011 100011 0 100001 1010001 11100 100100 1000100 101011

Color Harmonies of #B77B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B23

Black with #B77B23

Text Example


Text Example

White with #B77B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B23; }

 p { color: rgb(183,123,35); }

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

background-color css

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

 a { background-color: rgb(183,123,35); }

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

border-color css

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

 span { border-color: rgb(183,123,35); }

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